projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76287c
)
Fix warning: cast to gchar*
author
Javier Jardón
<jjardon@gnome.org>
Thu, 29 Oct 2009 02:58:00 +0000
(
03:58
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 30 Oct 2009 03:17:29 +0000
(
04:17
+0100)
gtk/gtkcolorsel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorsel.c
b/gtk/gtkcolorsel.c
index a23ff5e28a252983d8c8aeadb2face2c5b3c848e..63f6fdeb63da3dfea0c71413a343d9fcd1a50013 100644
(file)
--- a/
gtk/gtkcolorsel.c
+++ b/
gtk/gtkcolorsel.c
@@
-1068,7
+1068,7
@@
set_focus_line_attributes (GtkWidget *drawing_area,
if (dash_list[0])
{
- gint n_dashes = strlen (dash_list);
+ gint n_dashes = strlen (
(gchar *)
dash_list);
gdouble *dashes = g_new (gdouble, n_dashes);
gdouble total_length = 0;
gdouble dash_offset;